home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
El Mac 8
/
El Mac 8.iso
/
Shareware
/
Utilities
/
PowerReplace 4.5.5
/
(Test)
/
Test SelfReplace
/
StripSpace
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-24
|
235 b
|
14 lines
|
[
TEXT/EREP
]
% strip space using pattern
% Guoniu Han, 1996/2/20
%change tab to space, how type tab using pattern?
"\t" " "
%skip spaces in the begin and the end of lines
'^ +' ""
' +$' ""
%change more two space to one space
' +' " "
%end